libgcrypt11 software package provides LGPL Crypto library - runtime library, you can install in your Debian 7 (Wheezy) by running the commands given below on the terminal,
$ sudo apt-get update $ sudo apt-get install libgcrypt11
libgcrypt11 is installed in your system.
Make ensure the libgcrypt11 package were installed using the commands given below,
$ sudo dpkg-query -l | grep libgcrypt11 *
You will get with libgcrypt11 package name, version, architecture and description in a table
| Distro | Debian 7 wheezy |
| Section | Libraries |
| Package | libgcrypt11 |
| Version | 1.5.0-5+deb7u5 [amd64, armel, |
| Description | LGPL Crypto library - runtime library |
| Sub Section | libs |